home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / texts / hsc.lha / hsc / src_docs / features / checkuri.hsc < prev    next >
Text File  |  1996-04-24  |  668b  |  22 lines

  1. <WEBPAGE chapter="hsc - Features - " title="Check Local URIs"
  2.     PREV="syntax.html"
  3.     NEXT="absuris.html">
  4.  
  5. <P>One of the most annoying thing within creating HTML-pages is to
  6. find out if all your links work.</P>
  7.  
  8. <P>For local links, <hsc> checks existence of URIs in you HTML-project.
  9. When you refer to a non-existing local link within your source, <hsc>
  10. will display a warning message.</P>
  11.  
  12. <P>(To suppress this message, use the <op_ignore>-option)</P>
  13.  
  14. <P><STRONG>Note:</STRONG>
  15. As far as I know, there is know way to find out if a URI on
  16. some far away host exists within pure ANSI-C. So <hsc> never will
  17. support URI-checking on non-local URIs.</P>
  18.  
  19. </WEBPAGE>
  20.  
  21.  
  22.